home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2011 January / SAN CD 1-2011 CD-ROM 68.iso / pc / issueMedia / Software / AviStack2 / IDL70 / help / template_help.xml < prev   
Encoding:
Extensible Markup Language  |  2007-11-08  |  1.6 KB  |  61 lines

  1. <?xml version="1.0" standalone="no"?>
  2. <!--
  3.    template_help.xml
  4.  
  5.    Template file for user-written iTool context-sensitive online
  6.    help topics. See the iTool Developer's Guide for details on
  7.    creating your own help topics.
  8.  
  9.    NOTE: Be sure to COPY the itools.xsd file from the <IDL_DIR>/help
  10.    directory into the same directory as the *help.xml file
  11.  
  12. -->
  13.  
  14. <!--
  15.    xmlns is the namespace for this XML file.
  16.    xmlns:xsi is the XMLSchema namespace containing the
  17.       xsi:schemaLocation attribute.
  18.    xsi:schemaLocation states that the namespace is defined by
  19.       the given schema document.
  20. -->
  21. <Help xmlns="http://www.ittvis.com"
  22.      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  23.      xsi:schemaLocation="http://www.ittvis.com itools.xsd">
  24.  
  25. <!-- Sample topic:
  26.  
  27. NOTE: all tags are case sensitive.
  28.  
  29. <Topic>
  30.    <Keyword>Keyword1</Keyword>   (All Keywords must appear before Links)
  31.    <Keyword>Keyword2</Keyword>
  32.    ...
  33.    <Link type="TYPEA">LinkA</Link>    (type is a required attribute)
  34.    <Link type="TYPEB" book="help.file">LinkB</Link>
  35.                                       (book is an optional attribute) 
  36.    ...
  37. </Topic>
  38.  
  39. Example:
  40.  
  41. <Topic>
  42.    <Keyword>myKeyword</Keyword>
  43.    <Link type="IDLHELP" book="myhelp.adp">TOPIC_NAME</Link>
  44.    <Link type="MSHTMLHELP">12345</Link>
  45.    <Link type="PDF" book="mybook.pdf"></Link>
  46.    <Link type="HTML" book="mytopic.html">anchor</Link>
  47.    <Link type="TEXT">myTopic.txt</Link>
  48. </Topic>
  49.  
  50. See the iTool Developer's Guide for details on creating
  51. new topics.
  52.  
  53. -->
  54.  
  55.  
  56. <!--  Insert new topics below this line.    -->
  57.  
  58.  
  59.  
  60. </Help>
  61.